home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / demos / footb / intro.dir / 00462_call preLoadJob.ls < prev    next >
Encoding:
Text File  |  1996-04-02  |  126 b   |  11 lines

  1. global gLoaded
  2.  
  3. on exitFrame
  4.   preLoadJob()
  5.   if soundBusy(1) then
  6.     go(the frame)
  7.   else
  8.     set gLoaded to 0
  9.   end if
  10. end
  11.